Html Css Color HEX #ACF150 Conifer

📋 copy color: '#ACF150'

red 172 ◦ green 241 ◦ blue 80

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

Shades of Conifer #ACF150

Tints of Conifer #ACF150

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.88%

 BLUE value IS 80 (31.64% from 255) = 16.23%

R = 34.89%
G = 48.88%
B = 16.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#ACF150 (or 0xACF150) is known color: Conifer. HEX triplet: AC, F1 and 50. RGB value is (172,241,80). Sum of RGB (Red+Green+Blue) = 172+241+80=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF150 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF150 is #530EAF. Grayscale: #CACACA. Windows color (decimal): -5443248 or 5304748. OLE color: 5304748.

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

Color convert

RGB 172 241 80 -
CMYK 0.29 0 0.67 0.05
HSL 85.71º 0.85% 0.63% -
HSV(B) 85.71º 0.67% 0.95% -
XYZ 49.92 72.26 18.91 -
YUV 202.02 59.14 106.59 -
System Red Green Blue C M Y K H S L
Decimal 172 241 80 0.29 0 0.67 0.05 85.71 0.85 0.63
Hex AC F1 50 1D 0 43 5 56 55 3F
Octal 254 361 120 35 0 103 5 126 125 77
Binary 10101100 11110001 1010000 11101 0 1000011 101 1010110 1010101 111111

Color Harmonies of #ACF150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF150

Black with #ACF150

Text Example


Text Example

White with #ACF150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF150; }

 p { color: rgb(172,241,80); }

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

background-color css

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

 a { background-color: rgb(172,241,80); }

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

border-color css

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

 span { border-color: rgb(172,241,80); }

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