Html Css Color HEX #72FF0A Lawn Green

📋 copy color: '#72FF0A'

red 114 ◦ green 255 ◦ blue 10

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

Shades of Lawn Green #72FF0A

Tints of Lawn Green #72FF0A

RGB

 RED value IS 114 (44.92% from 255) = 30.08%

 GREEN value IS 255 (100% from 255) = 67.28%

 BLUE value IS 10 (4.3% from 255) = 2.64%

R = 30.08%
G = 67.28%
B = 2.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#72FF0A (or 0x72FF0A) is known color: Lawn Green. HEX triplet: 72, FF and 0A. RGB value is (114,255,10). Sum of RGB (Red+Green+Blue) = 114+255+10=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 255 (100% from 255 or 67.28% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 255 - color contains mainly: green. Hex color #72FF0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72FF0A is #8D00F5. Grayscale: #B9B9B9. Windows color (decimal): -9240822 or 720754. OLE color: 720754.

HSL color Cylindrical-coordinate representation of color #72FF0A: hue angle of 94.53º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72FF0A is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 114 255 10 -
CMYK 0.55 0 0.96 0
HSL 94.53º 1% 0.52% -
HSV(B) 94.53º 0.96% 1% -
XYZ 42.75 75.12 12.53 -
YUV 184.91 29.29 77.42 -
System Red Green Blue C M Y K H S L
Decimal 114 255 10 0.55 0 0.96 0 94.53 1 0.52
Hex 72 FF A 37 0 60 0 5F 64 34
Octal 162 377 12 67 0 140 0 137 144 64
Binary 1110010 11111111 1010 110111 0 1100000 0 1011111 1100100 110100

Color Harmonies of #72FF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FF0A

Black with #72FF0A

Text Example


Text Example

White with #72FF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72FF0A; }

 p { color: rgb(114,255,10); }

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

background-color css

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

 a { background-color: rgb(114,255,10); }

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

border-color css

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

 span { border-color: rgb(114,255,10); }

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