Html Css Color HEX #ACF067 Conifer

📋 copy color: '#ACF067'

red 172 ◦ green 240 ◦ blue 103

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

Shades of Conifer #ACF067

Tints of Conifer #ACF067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20%

R = 33.4%
G = 46.6%
B = 20%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#ACF067 (or 0xACF067) is known color: Conifer. HEX triplet: AC, F0 and 67. RGB value is (172,240,103). Sum of RGB (Red+Green+Blue) = 172+240+103=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 103 (40.62% from 255 or 20% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF067 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF067 is #530F98. Grayscale: #CCCCCC. Windows color (decimal): -5443481 or 6811820. OLE color: 6811820.

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

Color convert

RGB 172 240 103 -
CMYK 0.28 0 0.57 0.06
HSL 89.78º 0.82% 0.67% -
HSV(B) 89.78º 0.57% 0.94% -
XYZ 50.62 72.07 24.07 -
YUV 204.05 70.97 105.14 -
System Red Green Blue C M Y K H S L
Decimal 172 240 103 0.28 0 0.57 0.06 89.78 0.82 0.67
Hex AC F0 67 1C 0 39 6 5A 52 43
Octal 254 360 147 34 0 71 6 132 122 103
Binary 10101100 11110000 1100111 11100 0 111001 110 1011010 1010010 1000011

Color Harmonies of #ACF067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF067

Black with #ACF067

Text Example


Text Example

White with #ACF067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF067; }

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

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

background-color css

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

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

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

border-color css

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

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

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