Html Css Color HEX #ABC007 Citrus

📋 copy color: '#ABC007'

red 171 ◦ green 192 ◦ blue 7

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

Shades of Citrus #ABC007

Tints of Citrus #ABC007

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.89%

 BLUE value IS 7 (3.13% from 255) = 1.89%

R = 46.22%
G = 51.89%
B = 1.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#ABC007 (or 0xABC007) is known color: Citrus. HEX triplet: AB, C0 and 07. RGB value is (171,192,7). Sum of RGB (Red+Green+Blue) = 171+192+7=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC007 is #543FF8. Grayscale: #A5A5A5. Windows color (decimal): -5521401 or 508075. OLE color: 508075.

HSL color Cylindrical-coordinate representation of color #ABC007: hue angle of 66.81º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABC007 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 192 7 -
CMYK 0.11 0 0.96 0.25
HSL 66.81º 0.93% 0.39% -
HSV(B) 66.81º 0.96% 0.75% -
XYZ 35.68 46.37 7.27 -
YUV 164.63 39.04 132.54 -
System Red Green Blue C M Y K H S L
Decimal 171 192 7 0.11 0 0.96 0.25 66.81 0.93 0.39
Hex AB C0 7 B 0 60 19 43 5D 27
Octal 253 300 7 13 0 140 31 103 135 47
Binary 10101011 11000000 111 1011 0 1100000 11001 1000011 1011101 100111

Color Harmonies of #ABC007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC007

Black with #ABC007

Text Example


Text Example

White with #ABC007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC007; }

 p { color: rgb(171,192,7); }

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

background-color css

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

 a { background-color: rgb(171,192,7); }

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

border-color css

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

 span { border-color: rgb(171,192,7); }

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