Html Css Color HEX #ACF45B Conifer

📋 copy color: '#ACF45B'

red 172 ◦ green 244 ◦ blue 91

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

Shades of Conifer #ACF45B

Tints of Conifer #ACF45B

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.13%

 BLUE value IS 91 (35.94% from 255) = 17.95%

R = 33.93%
G = 48.13%
B = 17.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#ACF45B (or 0xACF45B) is known color: Conifer. HEX triplet: AC, F4 and 5B. RGB value is (172,244,91). Sum of RGB (Red+Green+Blue) = 172+244+91=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 244 (95.70% from 255 or 48.13% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF45B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF45B is #530BA4. Grayscale: #CDCDCD. Windows color (decimal): -5442469 or 6026412. OLE color: 6026412.

HSL color Cylindrical-coordinate representation of color #ACF45B: hue angle of 88.24º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACF45B is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 244 91 -
CMYK 0.30 0 0.63 0.04
HSL 88.24º 0.87% 0.66% -
HSV(B) 88.24º 0.63% 0.96% -
XYZ 51.25 74.23 21.52 -
YUV 205.03 63.65 104.44 -
System Red Green Blue C M Y K H S L
Decimal 172 244 91 0.30 0 0.63 0.04 88.24 0.87 0.66
Hex AC F4 5B 1E 0 3F 4 58 57 42
Octal 254 364 133 36 0 77 4 130 127 102
Binary 10101100 11110100 1011011 11110 0 111111 100 1011000 1010111 1000010

Color Harmonies of #ACF45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF45B

Black with #ACF45B

Text Example


Text Example

White with #ACF45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF45B; }

 p { color: rgb(172,244,91); }

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

background-color css

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

 a { background-color: rgb(172,244,91); }

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

border-color css

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

 span { border-color: rgb(172,244,91); }

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