Html Css Color HEX #ACF15D Conifer

📋 copy color: '#ACF15D'

red 172 ◦ green 241 ◦ blue 93

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

Shades of Conifer #ACF15D

Tints of Conifer #ACF15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.38%

R = 33.99%
G = 47.63%
B = 18.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#ACF15D (or 0xACF15D) is known color: Conifer. HEX triplet: AC, F1 and 5D. RGB value is (172,241,93). Sum of RGB (Red+Green+Blue) = 172+241+93=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF15D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF15D is #530EA2. Grayscale: #CCCCCC. Windows color (decimal): -5443235 or 6156716. OLE color: 6156716.

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

Color convert

RGB 172 241 93 -
CMYK 0.29 0 0.61 0.05
HSL 87.97º 0.84% 0.65% -
HSV(B) 87.97º 0.61% 0.95% -
XYZ 50.44 72.47 21.69 -
YUV 203.5 65.64 105.53 -
System Red Green Blue C M Y K H S L
Decimal 172 241 93 0.29 0 0.61 0.05 87.97 0.84 0.65
Hex AC F1 5D 1D 0 3D 5 58 54 41
Octal 254 361 135 35 0 75 5 130 124 101
Binary 10101100 11110001 1011101 11101 0 111101 101 1011000 1010100 1000001

Color Harmonies of #ACF15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF15D

Black with #ACF15D

Text Example


Text Example

White with #ACF15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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