Html Css Color HEX #ACF95D Conifer

📋 copy color: '#ACF95D'

red 172 ◦ green 249 ◦ blue 93

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

Shades of Conifer #ACF95D

Tints of Conifer #ACF95D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.44%

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

R = 33.46%
G = 48.44%
B = 18.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#ACF95D (or 0xACF95D) is known color: Conifer. HEX triplet: AC, F9 and 5D. RGB value is (172,249,93). Sum of RGB (Red+Green+Blue) = 172+249+93=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF95D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF95D is #5306A2. Grayscale: #D0D0D0. Windows color (decimal): -5441187 or 6158764. OLE color: 6158764.

HSL color Cylindrical-coordinate representation of color #ACF95D: hue angle of 89.62º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACF95D is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 249 93 -
CMYK 0.31 0 0.63 0.02
HSL 89.62º 0.93% 0.67% -
HSV(B) 89.62º 0.63% 0.98% -
XYZ 52.86 77.31 22.49 -
YUV 208.19 62.99 102.18 -
System Red Green Blue C M Y K H S L
Decimal 172 249 93 0.31 0 0.63 0.02 89.62 0.93 0.67
Hex AC F9 5D 1F 0 3F 2 5A 5D 43
Octal 254 371 135 37 0 77 2 132 135 103
Binary 10101100 11111001 1011101 11111 0 111111 10 1011010 1011101 1000011

Color Harmonies of #ACF95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF95D

Black with #ACF95D

Text Example


Text Example

White with #ACF95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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