Html Css Color HEX #ACF360 Conifer

📋 copy color: '#ACF360'

red 172 ◦ green 243 ◦ blue 96

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

Shades of Conifer #ACF360

Tints of Conifer #ACF360

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.55%

 BLUE value IS 96 (37.89% from 255) = 18.79%

R = 33.66%
G = 47.55%
B = 18.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#ACF360 (or 0xACF360) is known color: Conifer. HEX triplet: AC, F3 and 60. RGB value is (172,243,96). Sum of RGB (Red+Green+Blue) = 172+243+96=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF360 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF360 is #530C9F. Grayscale: #CDCDCD. Windows color (decimal): -5442720 or 6353836. OLE color: 6353836.

HSL color Cylindrical-coordinate representation of color #ACF360: hue angle of 88.98º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACF360 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 243 96 -
CMYK 0.29 0 0.60 0.05
HSL 88.98º 0.86% 0.66% -
HSV(B) 88.98º 0.6% 0.95% -
XYZ 51.18 73.72 22.6 -
YUV 205.01 66.48 104.45 -
System Red Green Blue C M Y K H S L
Decimal 172 243 96 0.29 0 0.60 0.05 88.98 0.86 0.66
Hex AC F3 60 1D 0 3C 5 59 56 42
Octal 254 363 140 35 0 74 5 131 126 102
Binary 10101100 11110011 1100000 11101 0 111100 101 1011001 1010110 1000010

Color Harmonies of #ACF360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF360

Black with #ACF360

Text Example


Text Example

White with #ACF360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF360; }

 p { color: rgb(172,243,96); }

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

background-color css

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

 a { background-color: rgb(172,243,96); }

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

border-color css

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

 span { border-color: rgb(172,243,96); }

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