Html Css Color HEX #8AB245 Chelsea Cucumber

📋 copy color: '#8AB245'

red 138 ◦ green 178 ◦ blue 69

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

Shades of Chelsea Cucumber #8AB245

Tints of Chelsea Cucumber #8AB245

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.23%

 BLUE value IS 69 (27.34% from 255) = 17.92%

R = 35.84%
G = 46.23%
B = 17.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#8AB245 (or 0x8AB245) is known color: Chelsea Cucumber. HEX triplet: 8A, B2 and 45. RGB value is (138,178,69). Sum of RGB (Red+Green+Blue) = 138+178+69=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB245 is #754DBA. Grayscale: #9A9A9A. Windows color (decimal): -7687611 or 4567690. OLE color: 4567690.

HSL color Cylindrical-coordinate representation of color #8AB245: hue angle of 82.02º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8AB245 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 178 69 -
CMYK 0.22 0 0.61 0.30
HSL 82.02º 0.44% 0.48% -
HSV(B) 82.02º 0.61% 0.7% -
XYZ 27.48 37.67 11.45 -
YUV 153.61 80.25 116.86 -
System Red Green Blue C M Y K H S L
Decimal 138 178 69 0.22 0 0.61 0.30 82.02 0.44 0.48
Hex 8A B2 45 16 0 3D 1E 52 2C 30
Octal 212 262 105 26 0 75 36 122 54 60
Binary 10001010 10110010 1000101 10110 0 111101 11110 1010010 101100 110000

Color Harmonies of #8AB245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB245

Black with #8AB245

Text Example


Text Example

White with #8AB245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,178,69); }

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

background-color css

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

 a { background-color: rgb(138,178,69); }

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

border-color css

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

 span { border-color: rgb(138,178,69); }

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