Html Css Color HEX #ABCC5A Conifer

📋 copy color: '#ABCC5A'

red 171 ◦ green 204 ◦ blue 90

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

Shades of Conifer #ABCC5A

Tints of Conifer #ABCC5A

RGB

 RED value IS 171 (67.19% from 255) = 36.77%

 GREEN value IS 204 (80.08% from 255) = 43.87%

 BLUE value IS 90 (35.55% from 255) = 19.35%

R = 36.77%
G = 43.87%
B = 19.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#ABCC5A (or 0xABCC5A) is known color: Conifer. HEX triplet: AB, CC and 5A. RGB value is (171,204,90). Sum of RGB (Red+Green+Blue) = 171+204+90=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC5A is #5433A5. Grayscale: #B5B5B5. Windows color (decimal): -5518246 or 5950635. OLE color: 5950635.

HSL color Cylindrical-coordinate representation of color #ABCC5A: hue angle of 77.37º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABCC5A is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 90 -
CMYK 0.16 0 0.56 0.2
HSL 77.37º 0.53% 0.58% -
HSV(B) 77.37º 0.56% 0.8% -
XYZ 40.23 52.58 17.7 -
YUV 181.14 76.57 120.77 -
System Red Green Blue C M Y K H S L
Decimal 171 204 90 0.16 0 0.56 0.2 77.37 0.53 0.58
Hex AB CC 5A 10 0 38 14 4D 35 3A
Octal 253 314 132 20 0 70 24 115 65 72
Binary 10101011 11001100 1011010 10000 0 111000 10100 1001101 110101 111010

Color Harmonies of #ABCC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC5A

Black with #ABCC5A

Text Example


Text Example

White with #ABCC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC5A; }

 p { color: rgb(171,204,90); }

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

background-color css

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

 a { background-color: rgb(171,204,90); }

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

border-color css

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

 span { border-color: rgb(171,204,90); }

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