Html Css Color HEX #ACF250 Conifer

📋 copy color: '#ACF250'

red 172 ◦ green 242 ◦ blue 80

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

Shades of Conifer #ACF250

Tints of Conifer #ACF250

RGB

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

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

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

R = 34.82%
G = 48.99%
B = 16.19%

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

#ACF250 (or 0xACF250) is known color: Conifer. HEX triplet: AC, F2 and 50. RGB value is (172,242,80). Sum of RGB (Red+Green+Blue) = 172+242+80=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF250 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF250 is #530DAF. Grayscale: #CBCBCB. Windows color (decimal): -5442992 or 5305004. OLE color: 5305004.

HSL color Cylindrical-coordinate representation of color #ACF250: hue angle of 85.93º degrees, saturation: 0.86, 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 #ACF250 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 80 -
CMYK 0.29 0 0.67 0.05
HSL 85.93º 0.86% 0.63% -
HSV(B) 85.93º 0.67% 0.95% -
XYZ 50.21 72.85 19.01 -
YUV 202.6 58.81 106.17 -
System Red Green Blue C M Y K H S L
Decimal 172 242 80 0.29 0 0.67 0.05 85.93 0.86 0.63
Hex AC F2 50 1D 0 43 5 56 56 3F
Octal 254 362 120 35 0 103 5 126 126 77
Binary 10101100 11110010 1010000 11101 0 1000011 101 1010110 1010110 111111

Color Harmonies of #ACF250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF250

Black with #ACF250

Text Example


Text Example

White with #ACF250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF250; }

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

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

background-color css

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

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

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

border-color css

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

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

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