Html Css Color HEX #ACF05E Conifer

📋 copy color: '#ACF05E'

red 172 ◦ green 240 ◦ blue 94

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

Shades of Conifer #ACF05E

Tints of Conifer #ACF05E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.43%

 BLUE value IS 94 (37.11% from 255) = 18.58%

R = 33.99%
G = 47.43%
B = 18.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#ACF05E (or 0xACF05E) is known color: Conifer. HEX triplet: AC, F0 and 5E. RGB value is (172,240,94). Sum of RGB (Red+Green+Blue) = 172+240+94=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF05E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF05E is #530FA1. Grayscale: #CBCBCB. Windows color (decimal): -5443490 or 6221996. OLE color: 6221996.

HSL color Cylindrical-coordinate representation of color #ACF05E: hue angle of 87.95º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACF05E is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 94 -
CMYK 0.28 0 0.61 0.06
HSL 87.95º 0.83% 0.65% -
HSV(B) 87.95º 0.61% 0.94% -
XYZ 50.19 71.9 21.82 -
YUV 203.02 66.47 105.87 -
System Red Green Blue C M Y K H S L
Decimal 172 240 94 0.28 0 0.61 0.06 87.95 0.83 0.65
Hex AC F0 5E 1C 0 3D 6 58 53 41
Octal 254 360 136 34 0 75 6 130 123 101
Binary 10101100 11110000 1011110 11100 0 111101 110 1011000 1010011 1000001

Color Harmonies of #ACF05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF05E

Black with #ACF05E

Text Example


Text Example

White with #ACF05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF05E; }

 p { color: rgb(172,240,94); }

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

background-color css

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

 a { background-color: rgb(172,240,94); }

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

border-color css

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

 span { border-color: rgb(172,240,94); }

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