Html Css Color HEX #8AAF4B Chelsea Cucumber

📋 copy color: '#8AAF4B'

red 138 ◦ green 175 ◦ blue 75

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

Shades of Chelsea Cucumber #8AAF4B

Tints of Chelsea Cucumber #8AAF4B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.1%

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

R = 35.57%
G = 45.1%
B = 19.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#8AAF4B (or 0x8AAF4B) is known color: Chelsea Cucumber. HEX triplet: 8A, AF and 4B. RGB value is (138,175,75). Sum of RGB (Red+Green+Blue) = 138+175+75=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAF4B is #7550B4. Grayscale: #989898. Windows color (decimal): -7688373 or 4960138. OLE color: 4960138.

HSL color Cylindrical-coordinate representation of color #8AAF4B: hue angle of 82.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8AAF4B is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 175 75 -
CMYK 0.21 0 0.57 0.31
HSL 82.2º 0.4% 0.49% -
HSV(B) 82.2º 0.57% 0.69% -
XYZ 27.08 36.57 12.29 -
YUV 152.54 84.24 117.63 -
System Red Green Blue C M Y K H S L
Decimal 138 175 75 0.21 0 0.57 0.31 82.2 0.4 0.49
Hex 8A AF 4B 15 0 39 1F 52 28 31
Octal 212 257 113 25 0 71 37 122 50 61
Binary 10001010 10101111 1001011 10101 0 111001 11111 1010010 101000 110001

Color Harmonies of #8AAF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAF4B

Black with #8AAF4B

Text Example


Text Example

White with #8AAF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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