Html Css Color HEX #ACF366 Conifer

📋 copy color: '#ACF366'

red 172 ◦ green 243 ◦ blue 102

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

Shades of Conifer #ACF366

Tints of Conifer #ACF366

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47%

 BLUE value IS 102 (40.23% from 255) = 19.73%

R = 33.27%
G = 47%
B = 19.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#ACF366 (or 0xACF366) is known color: Conifer. HEX triplet: AC, F3 and 66. RGB value is (172,243,102). Sum of RGB (Red+Green+Blue) = 172+243+102=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF366 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF366 is #530C99. Grayscale: #CECECE. Windows color (decimal): -5442714 or 6747052. OLE color: 6747052.

HSL color Cylindrical-coordinate representation of color #ACF366: hue angle of 90.21º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACF366 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 243 102 -
CMYK 0.29 0 0.58 0.05
HSL 90.21º 0.85% 0.68% -
HSV(B) 90.21º 0.58% 0.95% -
XYZ 51.46 73.83 24.11 -
YUV 205.7 69.48 103.96 -
System Red Green Blue C M Y K H S L
Decimal 172 243 102 0.29 0 0.58 0.05 90.21 0.85 0.68
Hex AC F3 66 1D 0 3A 5 5A 55 44
Octal 254 363 146 35 0 72 5 132 125 104
Binary 10101100 11110011 1100110 11101 0 111010 101 1011010 1010101 1000100

Color Harmonies of #ACF366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF366

Black with #ACF366

Text Example


Text Example

White with #ACF366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF366; }

 p { color: rgb(172,243,102); }

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

background-color css

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

 a { background-color: rgb(172,243,102); }

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

border-color css

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

 span { border-color: rgb(172,243,102); }

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