Html Css Color HEX #38AA18 Kelly Green

📋 copy color: '#38AA18'

red 56 ◦ green 170 ◦ blue 24

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

Shades of Kelly Green #38AA18

Tints of Kelly Green #38AA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.6%

R = 22.4%
G = 68%
B = 9.6%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#38AA18 (or 0x38AA18) is known color: Kelly Green. HEX triplet: 38, AA and 18. RGB value is (56,170,24). Sum of RGB (Red+Green+Blue) = 56+170+24=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 170 (66.80% from 255 or 68% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38AA18 is #C755E7. Grayscale: #777777. Windows color (decimal): -13063656 or 1616440. OLE color: 1616440.

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

Color convert

RGB 56 170 24 -
CMYK 0.67 0 0.86 0.33
HSL 106.85º 0.75% 0.38% -
HSV(B) 106.85º 0.86% 0.67% -
XYZ 16.17 29.66 5.74 -
YUV 119.27 74.23 82.87 -
System Red Green Blue C M Y K H S L
Decimal 56 170 24 0.67 0 0.86 0.33 106.85 0.75 0.38
Hex 38 AA 18 43 0 56 21 6B 4B 26
Octal 70 252 30 103 0 126 41 153 113 46
Binary 111000 10101010 11000 1000011 0 1010110 100001 1101011 1001011 100110

Color Harmonies of #38AA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AA18

Black with #38AA18

Text Example


Text Example

White with #38AA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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