Html Css Color HEX #8AC00B Citrus

📋 copy color: '#8AC00B'

red 138 ◦ green 192 ◦ blue 11

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

Shades of Citrus #8AC00B

Tints of Citrus #8AC00B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.3%

 BLUE value IS 11 (4.69% from 255) = 3.23%

R = 40.47%
G = 56.3%
B = 3.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#8AC00B (or 0x8AC00B) is known color: Citrus. HEX triplet: 8A, C0 and 0B. RGB value is (138,192,11). Sum of RGB (Red+Green+Blue) = 138+192+11=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC00B is #753FF4. Grayscale: #9B9B9B. Windows color (decimal): -7684085 or 770186. OLE color: 770186.

HSL color Cylindrical-coordinate representation of color #8AC00B: hue angle of 77.9º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8AC00B is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 192 11 -
CMYK 0.28 0 0.94 0.25
HSL 77.9º 0.89% 0.4% -
HSV(B) 77.9º 0.94% 0.75% -
XYZ 29.39 43.13 7.09 -
YUV 155.22 46.61 115.72 -
System Red Green Blue C M Y K H S L
Decimal 138 192 11 0.28 0 0.94 0.25 77.9 0.89 0.4
Hex 8A C0 B 1C 0 5E 19 4E 59 28
Octal 212 300 13 34 0 136 31 116 131 50
Binary 10001010 11000000 1011 11100 0 1011110 11001 1001110 1011001 101000

Color Harmonies of #8AC00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC00B

Black with #8AC00B

Text Example


Text Example

White with #8AC00B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,192,11); }

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

background-color css

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

 a { background-color: rgb(138,192,11); }

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

border-color css

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

 span { border-color: rgb(138,192,11); }

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