Html Css Color HEX #ACF54D Conifer

📋 copy color: '#ACF54D'

red 172 ◦ green 245 ◦ blue 77

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

Shades of Conifer #ACF54D

Tints of Conifer #ACF54D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.59%

R = 34.82%
G = 49.6%
B = 15.59%

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

#ACF54D (or 0xACF54D) is known color: Conifer. HEX triplet: AC, F5 and 4D. RGB value is (172,245,77). Sum of RGB (Red+Green+Blue) = 172+245+77=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 245 (96.09% from 255 or 49.60% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF54D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF54D is #530AB2. Grayscale: #CCCCCC. Windows color (decimal): -5442227 or 5109164. OLE color: 5109164.

HSL color Cylindrical-coordinate representation of color #ACF54D: hue angle of 86.07º 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 #ACF54D is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 77 -
CMYK 0.30 0 0.69 0.04
HSL 86.07º 0.89% 0.63% -
HSV(B) 86.07º 0.69% 0.96% -
XYZ 51.01 74.61 18.73 -
YUV 204.02 56.32 105.16 -
System Red Green Blue C M Y K H S L
Decimal 172 245 77 0.30 0 0.69 0.04 86.07 0.89 0.63
Hex AC F5 4D 1E 0 45 4 56 59 3F
Octal 254 365 115 36 0 105 4 126 131 77
Binary 10101100 11110101 1001101 11110 0 1000101 100 1010110 1011001 111111

Color Harmonies of #ACF54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF54D

Black with #ACF54D

Text Example


Text Example

White with #ACF54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF54D; }

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

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

background-color css

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

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

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

border-color css

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

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

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