Html Css Color HEX #9DB02E Limerick

📋 copy color: '#9DB02E'

red 157 ◦ green 176 ◦ blue 46

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

Shades of Limerick #9DB02E

Tints of Limerick #9DB02E

RGB

 RED value IS 157 (61.72% from 255) = 41.42%

 GREEN value IS 176 (69.14% from 255) = 46.44%

 BLUE value IS 46 (18.36% from 255) = 12.14%

R = 41.42%
G = 46.44%
B = 12.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#9DB02E (or 0x9DB02E) is known color: Limerick. HEX triplet: 9D, B0 and 2E. RGB value is (157,176,46). Sum of RGB (Red+Green+Blue) = 157+176+46=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 46 (18.36% from 255 or 12.14% from 379); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB02E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB02E is #624FD1. Grayscale: #9C9C9C. Windows color (decimal): -6442962 or 3059869. OLE color: 3059869.

HSL color Cylindrical-coordinate representation of color #9DB02E: hue angle of 68.77º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9DB02E is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 176 46 -
CMYK 0.11 0 0.74 0.31
HSL 68.77º 0.59% 0.44% -
HSV(B) 68.77º 0.74% 0.69% -
XYZ 29.92 38.42 8.42 -
YUV 155.5 66.21 129.07 -
System Red Green Blue C M Y K H S L
Decimal 157 176 46 0.11 0 0.74 0.31 68.77 0.59 0.44
Hex 9D B0 2E B 0 4A 1F 45 3B 2C
Octal 235 260 56 13 0 112 37 105 73 54
Binary 10011101 10110000 101110 1011 0 1001010 11111 1000101 111011 101100

Color Harmonies of #9DB02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB02E

Black with #9DB02E

Text Example


Text Example

White with #9DB02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DB02E; }

 p { color: rgb(157,176,46); }

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

background-color css

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

 a { background-color: rgb(157,176,46); }

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

border-color css

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

 span { border-color: rgb(157,176,46); }

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