Html Css Color HEX #ACF64C Conifer

📋 copy color: '#ACF64C'

red 172 ◦ green 246 ◦ blue 76

#ACF64C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #ACF64C

Tints of Conifer #ACF64C

RGB

 RED value IS 172 (67.58% from 255) = 34.82%

 GREEN value IS 246 (96.48% from 255) = 49.8%

 BLUE value IS 76 (30.08% from 255) = 15.38%

R = 34.82%
G = 49.8%
B = 15.38%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ACF64C (or 0xACF64C) is known color: Conifer. HEX triplet: AC, F6 and 4C. RGB value is (172,246,76). Sum of RGB (Red+Green+Blue) = 172+246+76=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 246 (96.48% from 255 or 49.80% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF64C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF64C is #5309B3. Grayscale: #CDCDCD. Windows color (decimal): -5441972 or 5043884. OLE color: 5043884.

HSL color Cylindrical-coordinate representation of color #ACF64C: hue angle of 86.12º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACF64C is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 76 -
CMYK 0.30 0 0.69 0.04
HSL 86.12º 0.9% 0.63% -
HSV(B) 86.12º 0.69% 0.96% -
XYZ 51.27 75.2 18.65 -
YUV 204.49 55.48 104.82 -
System Red Green Blue C M Y K H S L
Decimal 172 246 76 0.30 0 0.69 0.04 86.12 0.9 0.63
Hex AC F6 4C 1E 0 45 4 56 5A 3F
Octal 254 366 114 36 0 105 4 126 132 77
Binary 10101100 11110110 1001100 11110 0 1000101 100 1010110 1011010 111111

Color Harmonies of #ACF64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF64C

Black with #ACF64C

Text Example


Text Example

White with #ACF64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF64C; }

 p { color: rgb(172,246,76); }

 H1.HeaderClassName
 {
   color: #ACF64C;
 }
 .AnyTagClassName
 {
   color: #ACF64C;
 }
</style>

background-color css

<style>
 a { background-color: #ACF64C; }

 a { background-color: rgb(172,246,76); }

 div.DivClassName
 {
   background-color: #ACF64C;
 }
 .BgClassName
 {
   background-color: #ACF64C;
 }
</style>

border-color css

<style>
 span { border-color: #ACF64C; }

 span { border-color: rgb(172,246,76); }

 td.TdClassName
 {
   border-color: #ACF64C;
 }
 .TagClassName
 {
   border-color: #ACF64C;
 }
</style>