Html Css Color HEX #ABC904 Citrus

📋 copy color: '#ABC904'

red 171 ◦ green 201 ◦ blue 4

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

Shades of Citrus #ABC904

Tints of Citrus #ABC904

RGB

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

 GREEN value IS 201 (78.91% from 255) = 53.46%

 BLUE value IS 4 (1.95% from 255) = 1.06%

R = 45.48%
G = 53.46%
B = 1.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#ABC904 (or 0xABC904) is known color: Citrus. HEX triplet: AB, C9 and 04. RGB value is (171,201,4). Sum of RGB (Red+Green+Blue) = 171+201+4=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 201 (78.91% from 255 or 53.46% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC904 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC904 is #5436FB. Grayscale: #AAAAAA. Windows color (decimal): -5519100 or 313771. OLE color: 313771.

HSL color Cylindrical-coordinate representation of color #ABC904: hue angle of 69.14º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABC904 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 201 4 -
CMYK 0.15 0 0.98 0.21
HSL 69.14º 0.96% 0.4% -
HSV(B) 69.14º 0.98% 0.79% -
XYZ 37.7 50.44 7.86 -
YUV 169.57 34.56 129.02 -
System Red Green Blue C M Y K H S L
Decimal 171 201 4 0.15 0 0.98 0.21 69.14 0.96 0.4
Hex AB C9 4 F 0 62 15 45 60 28
Octal 253 311 4 17 0 142 25 105 140 50
Binary 10101011 11001001 100 1111 0 1100010 10101 1000101 1100000 101000

Color Harmonies of #ABC904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC904

Black with #ABC904

Text Example


Text Example

White with #ABC904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC904; }

 p { color: rgb(171,201,4); }

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

background-color css

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

 a { background-color: rgb(171,201,4); }

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

border-color css

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

 span { border-color: rgb(171,201,4); }

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