Html Css Color HEX #ACF369 Conifer

📋 copy color: '#ACF369'

red 172 ◦ green 243 ◦ blue 105

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

Shades of Conifer #ACF369

Tints of Conifer #ACF369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.19%

R = 33.08%
G = 46.73%
B = 20.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#ACF369 (or 0xACF369) is known color: Conifer. HEX triplet: AC, F3 and 69. RGB value is (172,243,105). Sum of RGB (Red+Green+Blue) = 172+243+105=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 105 (41.41% from 255 or 20.19% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF369 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF369 is #530C96. Grayscale: #CECECE. Windows color (decimal): -5442711 or 6943660. OLE color: 6943660.

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

Color convert

RGB 172 243 105 -
CMYK 0.29 0 0.57 0.05
HSL 90.87º 0.85% 0.68% -
HSV(B) 90.87º 0.57% 0.95% -
XYZ 51.61 73.89 24.91 -
YUV 206.04 70.98 103.72 -
System Red Green Blue C M Y K H S L
Decimal 172 243 105 0.29 0 0.57 0.05 90.87 0.85 0.68
Hex AC F3 69 1D 0 39 5 5B 55 44
Octal 254 363 151 35 0 71 5 133 125 104
Binary 10101100 11110011 1101001 11101 0 111001 101 1011011 1010101 1000100

Color Harmonies of #ACF369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF369

Black with #ACF369

Text Example


Text Example

White with #ACF369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF369; }

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

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

background-color css

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

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

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

border-color css

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

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

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