Html Css Color HEX #44BC0A Kelly Green

📋 copy color: '#44BC0A'

red 68 ◦ green 188 ◦ blue 10

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

Shades of Kelly Green #44BC0A

Tints of Kelly Green #44BC0A

RGB

 RED value IS 68 (26.95% from 255) = 25.56%

 GREEN value IS 188 (73.83% from 255) = 70.68%

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

R = 25.56%
G = 70.68%
B = 3.76%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#44BC0A (or 0x44BC0A) is known color: Kelly Green. HEX triplet: 44, BC and 0A. RGB value is (68,188,10). Sum of RGB (Red+Green+Blue) = 68+188+10=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 188 (73.83% from 255 or 70.68% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 188 - color contains mainly: green. Hex color #44BC0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44BC0A is #BB43F5. Grayscale: #848484. Windows color (decimal): -12272630 or 703556. OLE color: 703556.

HSL color Cylindrical-coordinate representation of color #44BC0A: hue angle of 100.45º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44BC0A is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 188 10 -
CMYK 0.64 0 0.95 0.26
HSL 100.45º 0.9% 0.39% -
HSV(B) 100.45º 0.95% 0.74% -
XYZ 20.42 37.22 6.39 -
YUV 131.83 59.24 82.47 -
System Red Green Blue C M Y K H S L
Decimal 68 188 10 0.64 0 0.95 0.26 100.45 0.9 0.39
Hex 44 BC A 40 0 5F 1A 64 5A 27
Octal 104 274 12 100 0 137 32 144 132 47
Binary 1000100 10111100 1010 1000000 0 1011111 11010 1100100 1011010 100111

Color Harmonies of #44BC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44BC0A

Black with #44BC0A

Text Example


Text Example

White with #44BC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44BC0A; }

 p { color: rgb(68,188,10); }

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

background-color css

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

 a { background-color: rgb(68,188,10); }

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

border-color css

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

 span { border-color: rgb(68,188,10); }

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