Html Css Color HEX #ABCC2F Yellow Green

📋 copy color: '#ABCC2F'

red 171 ◦ green 204 ◦ blue 47

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

Shades of Yellow Green #ABCC2F

Tints of Yellow Green #ABCC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.14%

R = 40.52%
G = 48.34%
B = 11.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#ABCC2F (or 0xABCC2F) is known color: Yellow Green. HEX triplet: AB, CC and 2F. RGB value is (171,204,47). Sum of RGB (Red+Green+Blue) = 171+204+47=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 47 (18.75% from 255 or 11.14% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC2F is #5433D0. Grayscale: #B0B0B0. Windows color (decimal): -5518289 or 3132587. OLE color: 3132587.

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

Color convert

RGB 171 204 47 -
CMYK 0.16 0 0.77 0.2
HSL 72.61º 0.63% 0.49% -
HSV(B) 72.61º 0.77% 0.8% -
XYZ 38.9 52.05 10.69 -
YUV 176.24 55.07 124.27 -
System Red Green Blue C M Y K H S L
Decimal 171 204 47 0.16 0 0.77 0.2 72.61 0.63 0.49
Hex AB CC 2F 10 0 4D 14 49 3F 31
Octal 253 314 57 20 0 115 24 111 77 61
Binary 10101011 11001100 101111 10000 0 1001101 10100 1001001 111111 110001

Color Harmonies of #ABCC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC2F

Black with #ABCC2F

Text Example


Text Example

White with #ABCC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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