Html Css Color HEX #ACF54B Conifer

📋 copy color: '#ACF54B'

red 172 ◦ green 245 ◦ blue 75

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

Shades of Conifer #ACF54B

Tints of Conifer #ACF54B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.8%

 BLUE value IS 75 (29.69% from 255) = 15.24%

R = 34.96%
G = 49.8%
B = 15.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#ACF54B (or 0xACF54B) is known color: Conifer. HEX triplet: AC, F5 and 4B. RGB value is (172,245,75). Sum of RGB (Red+Green+Blue) = 172+245+75=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 245 (96.09% from 255 or 49.80% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF54B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF54B is #530AB4. Grayscale: #CCCCCC. Windows color (decimal): -5442229 or 4978092. OLE color: 4978092.

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

Color convert

RGB 172 245 75 -
CMYK 0.30 0 0.69 0.04
HSL 85.76º 0.89% 0.63% -
HSV(B) 85.76º 0.69% 0.96% -
XYZ 50.94 74.58 18.37 -
YUV 203.79 55.32 105.32 -
System Red Green Blue C M Y K H S L
Decimal 172 245 75 0.30 0 0.69 0.04 85.76 0.89 0.63
Hex AC F5 4B 1E 0 45 4 56 59 3F
Octal 254 365 113 36 0 105 4 126 131 77
Binary 10101100 11110101 1001011 11110 0 1000101 100 1010110 1011001 111111

Color Harmonies of #ACF54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF54B

Black with #ACF54B

Text Example


Text Example

White with #ACF54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF54B; }

 p { color: rgb(172,245,75); }

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

background-color css

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

 a { background-color: rgb(172,245,75); }

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

border-color css

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

 span { border-color: rgb(172,245,75); }

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