Html Css Color HEX #8AA24B Chelsea Cucumber

📋 copy color: '#8AA24B'

red 138 ◦ green 162 ◦ blue 75

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

Shades of Chelsea Cucumber #8AA24B

Tints of Chelsea Cucumber #8AA24B

RGB

 RED value IS 138 (54.3% from 255) = 36.8%

 GREEN value IS 162 (63.67% from 255) = 43.2%

 BLUE value IS 75 (29.69% from 255) = 20%

R = 36.8%
G = 43.2%
B = 20%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#8AA24B (or 0x8AA24B) is known color: Chelsea Cucumber. HEX triplet: 8A, A2 and 4B. RGB value is (138,162,75). Sum of RGB (Red+Green+Blue) = 138+162+75=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA24B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA24B is #755DB4. Grayscale: #919191. Windows color (decimal): -7691701 or 4956810. OLE color: 4956810.

HSL color Cylindrical-coordinate representation of color #8AA24B: hue angle of 76.55º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8AA24B is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 162 75 -
CMYK 0.15 0 0.54 0.36
HSL 76.55º 0.37% 0.46% -
HSV(B) 76.55º 0.54% 0.64% -
XYZ 24.67 31.75 11.49 -
YUV 144.91 88.55 123.07 -
System Red Green Blue C M Y K H S L
Decimal 138 162 75 0.15 0 0.54 0.36 76.55 0.37 0.46
Hex 8A A2 4B F 0 36 24 4D 25 2E
Octal 212 242 113 17 0 66 44 115 45 56
Binary 10001010 10100010 1001011 1111 0 110110 100100 1001101 100101 101110

Color Harmonies of #8AA24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA24B

Black with #8AA24B

Text Example


Text Example

White with #8AA24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AA24B; }

 p { color: rgb(138,162,75); }

 H1.HeaderClassName
 {
   color: #8AA24B;
 }
 .AnyTagClassName
 {
   color: #8AA24B;
 }
</style>

background-color css

<style>
 a { background-color: #8AA24B; }

 a { background-color: rgb(138,162,75); }

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

border-color css

<style>
 span { border-color: #8AA24B; }

 span { border-color: rgb(138,162,75); }

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