#7ABD02

Color #7ABD02 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #7ABD02

Tints of Christi #7ABD02

Color information

#7ABD02 (or 0x7ABD02) is unknown color: approx Christi. HEX triplet: 7A, BD and 02. RGB value is (122,189,2). Sum of RGB (Red+Green+Blue) = 122+189+2=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 189 (74.22% from 255 or 60.38% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABD02 is #8542FD. Grayscale: #949494. Windows color (decimal): -8733438 or 179578. OLE color: 179578.

HSL color Cylindrical-coordinate representation of color #7ABD02: hue angle of 81.5º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7ABD02 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB1221892-
CMYK0.3500.990.26
HSL81.5º97.91%37.45%-
HSV(B)81.5º98.94%74.12%-
XYZ26.2340.546.5-
YUV147.6545.8109.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.98%
GREEN value IS 189 (74.22% from 255) = 60.38%
BLUE value IS 2 (1.17% from 255) = 0.64%
R=38.98%
G=60.38%
B=0.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12218920.3500.990.2681.597.9137.45
Hex7ABD2230631A516225
Octal17227524301433212114245
Binary11110101011110110100011011000111101010100011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABD02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ABD02; }

 p { color: rgb(122,189,2); }

 H1.HeaderClassName
 {
   color: #7ABD02;
 }
 .AnyTagClassName
 {
   color: #7ABD02;
 }
</style>
background-color css

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

 a { background-color: rgb(122,189,2); }

 div.DivClassName
 {
   background-color: #7ABD02;
 }
 .BgClassName
 {
   background-color: #7ABD02;
 }
</style>
border-color css

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

 span { border-color: rgb(122,189,2); }

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