Html Css Color HEX #ACF26A Conifer

📋 copy color: '#ACF26A'

red 172 ◦ green 242 ◦ blue 106

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

Shades of Conifer #ACF26A

Tints of Conifer #ACF26A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.54%

 BLUE value IS 106 (41.8% from 255) = 20.38%

R = 33.08%
G = 46.54%
B = 20.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#ACF26A (or 0xACF26A) is known color: Conifer. HEX triplet: AC, F2 and 6A. RGB value is (172,242,106). Sum of RGB (Red+Green+Blue) = 172+242+106=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF26A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF26A is #530D95. Grayscale: #CECECE. Windows color (decimal): -5442966 or 7008940. OLE color: 7008940.

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

Color convert

RGB 172 242 106 -
CMYK 0.29 0 0.56 0.05
HSL 90.88º 0.84% 0.68% -
HSV(B) 90.88º 0.56% 0.95% -
XYZ 51.37 73.32 25.08 -
YUV 205.57 71.81 104.06 -
System Red Green Blue C M Y K H S L
Decimal 172 242 106 0.29 0 0.56 0.05 90.88 0.84 0.68
Hex AC F2 6A 1D 0 38 5 5B 54 44
Octal 254 362 152 35 0 70 5 133 124 104
Binary 10101100 11110010 1101010 11101 0 111000 101 1011011 1010100 1000100

Color Harmonies of #ACF26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF26A

Black with #ACF26A

Text Example


Text Example

White with #ACF26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF26A; }

 p { color: rgb(172,242,106); }

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

background-color css

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

 a { background-color: rgb(172,242,106); }

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

border-color css

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

 span { border-color: rgb(172,242,106); }

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