Html Css Color HEX #ACF65C Conifer

📋 copy color: '#ACF65C'

red 172 ◦ green 246 ◦ blue 92

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

Shades of Conifer #ACF65C

Tints of Conifer #ACF65C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.04%

R = 33.73%
G = 48.24%
B = 18.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#ACF65C (or 0xACF65C) is known color: Conifer. HEX triplet: AC, F6 and 5C. RGB value is (172,246,92). Sum of RGB (Red+Green+Blue) = 172+246+92=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF65C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF65C is #5309A3. Grayscale: #CECECE. Windows color (decimal): -5441956 or 6092460. OLE color: 6092460.

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

Color convert

RGB 172 246 92 -
CMYK 0.30 0 0.63 0.04
HSL 88.83º 0.9% 0.66% -
HSV(B) 88.83º 0.63% 0.96% -
XYZ 51.9 75.45 21.95 -
YUV 206.32 63.48 103.52 -
System Red Green Blue C M Y K H S L
Decimal 172 246 92 0.30 0 0.63 0.04 88.83 0.9 0.66
Hex AC F6 5C 1E 0 3F 4 59 5A 42
Octal 254 366 134 36 0 77 4 131 132 102
Binary 10101100 11110110 1011100 11110 0 111111 100 1011001 1011010 1000010

Color Harmonies of #ACF65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF65C

Black with #ACF65C

Text Example


Text Example

White with #ACF65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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