Html Css Color HEX #7ABE00 Christi

📋 copy color: '#7ABE00'

red 122 ◦ green 190 ◦ blue 0

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

Shades of Christi #7ABE00

Tints of Christi #7ABE00

RGB

 RED value IS 122 (48.05% from 255) = 39.1%

 GREEN value IS 190 (74.61% from 255) = 60.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.1%
G = 60.9%
B = 0%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#7ABE00 (or 0x7ABE00) is known color: Christi. HEX triplet: 7A, BE and 00. RGB value is (122,190,0). Sum of RGB (Red+Green+Blue) = 122+190+0=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 190 (74.61% from 255 or 60.90% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABE00 is #8541FF. Grayscale: #949494. Windows color (decimal): -8733184 or 48762. OLE color: 48762.

HSL color Cylindrical-coordinate representation of color #7ABE00: hue angle of 81.47º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7ABE00 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 190 0 -
CMYK 0.36 0 1 0.25
HSL 81.47º 1% 0.37% -
HSV(B) 81.47º 1% 0.75% -
XYZ 26.44 40.96 6.51 -
YUV 148.01 44.47 109.45 -
System Red Green Blue C M Y K H S L
Decimal 122 190 0 0.36 0 1 0.25 81.47 1 0.37
Hex 7A BE 0 24 0 64 19 51 64 25
Octal 172 276 0 44 0 144 31 121 144 45
Binary 1111010 10111110 0 100100 0 1100100 11001 1010001 1100100 100101

Color Harmonies of #7ABE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABE00

Black with #7ABE00

Text Example


Text Example

White with #7ABE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,190,0); }

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

background-color css

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

 a { background-color: rgb(122,190,0); }

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

border-color css

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

 span { border-color: rgb(122,190,0); }

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