Html Css Color HEX #ACF95E Conifer

📋 copy color: '#ACF95E'

red 172 ◦ green 249 ◦ blue 94

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

Shades of Conifer #ACF95E

Tints of Conifer #ACF95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.25%

R = 33.4%
G = 48.35%
B = 18.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#ACF95E (or 0xACF95E) is known color: Conifer. HEX triplet: AC, F9 and 5E. RGB value is (172,249,94). Sum of RGB (Red+Green+Blue) = 172+249+94=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF95E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF95E is #5306A1. Grayscale: #D0D0D0. Windows color (decimal): -5441186 or 6224300. OLE color: 6224300.

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

Color convert

RGB 172 249 94 -
CMYK 0.31 0 0.62 0.02
HSL 89.81º 0.93% 0.67% -
HSV(B) 89.81º 0.62% 0.98% -
XYZ 52.91 77.33 22.73 -
YUV 208.31 63.49 102.1 -
System Red Green Blue C M Y K H S L
Decimal 172 249 94 0.31 0 0.62 0.02 89.81 0.93 0.67
Hex AC F9 5E 1F 0 3E 2 5A 5D 43
Octal 254 371 136 37 0 76 2 132 135 103
Binary 10101100 11111001 1011110 11111 0 111110 10 1011010 1011101 1000011

Color Harmonies of #ACF95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF95E

Black with #ACF95E

Text Example


Text Example

White with #ACF95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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