Html Css Color HEX #38AA10 Kelly Green

📋 copy color: '#38AA10'

red 56 ◦ green 170 ◦ blue 16

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

Shades of Kelly Green #38AA10

Tints of Kelly Green #38AA10

RGB

 RED value IS 56 (22.27% from 255) = 23.14%

 GREEN value IS 170 (66.8% from 255) = 70.25%

 BLUE value IS 16 (6.64% from 255) = 6.61%

R = 23.14%
G = 70.25%
B = 6.61%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#38AA10 (or 0x38AA10) is known color: Kelly Green. HEX triplet: 38, AA and 10. RGB value is (56,170,16). Sum of RGB (Red+Green+Blue) = 56+170+16=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 170 (66.80% from 255 or 70.25% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38AA10 is #C755EF. Grayscale: #767676. Windows color (decimal): -13063664 or 1092152. OLE color: 1092152.

HSL color Cylindrical-coordinate representation of color #38AA10: hue angle of 104.42º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38AA10 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 170 16 -
CMYK 0.67 0 0.91 0.33
HSL 104.42º 0.83% 0.36% -
HSV(B) 104.42º 0.91% 0.67% -
XYZ 16.1 29.63 5.36 -
YUV 118.36 70.23 83.52 -
System Red Green Blue C M Y K H S L
Decimal 56 170 16 0.67 0 0.91 0.33 104.42 0.83 0.36
Hex 38 AA 10 43 0 5B 21 68 53 24
Octal 70 252 20 103 0 133 41 150 123 44
Binary 111000 10101010 10000 1000011 0 1011011 100001 1101000 1010011 100100

Color Harmonies of #38AA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AA10

Black with #38AA10

Text Example


Text Example

White with #38AA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38AA10; }

 p { color: rgb(56,170,16); }

 H1.HeaderClassName
 {
   color: #38AA10;
 }
 .AnyTagClassName
 {
   color: #38AA10;
 }
</style>

background-color css

<style>
 a { background-color: #38AA10; }

 a { background-color: rgb(56,170,16); }

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

border-color css

<style>
 span { border-color: #38AA10; }

 span { border-color: rgb(56,170,16); }

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