Html Css Color HEX #8AC203 Citrus

📋 copy color: '#8AC203'

red 138 ◦ green 194 ◦ blue 3

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

Shades of Citrus #8AC203

Tints of Citrus #8AC203

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.91%

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 41.19%
G = 57.91%
B = 0.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#8AC203 (or 0x8AC203) is known color: Citrus. HEX triplet: 8A, C2 and 03. RGB value is (138,194,3). Sum of RGB (Red+Green+Blue) = 138+194+3=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC203 is #753DFC. Grayscale: #9C9C9C. Windows color (decimal): -7683581 or 246410. OLE color: 246410.

HSL color Cylindrical-coordinate representation of color #8AC203: hue angle of 77.59º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AC203 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 194 3 -
CMYK 0.29 0 0.98 0.24
HSL 77.59º 0.97% 0.39% -
HSV(B) 77.59º 0.98% 0.76% -
XYZ 29.79 43.99 7.01 -
YUV 155.48 41.95 115.53 -
System Red Green Blue C M Y K H S L
Decimal 138 194 3 0.29 0 0.98 0.24 77.59 0.97 0.39
Hex 8A C2 3 1D 0 62 18 4E 61 27
Octal 212 302 3 35 0 142 30 116 141 47
Binary 10001010 11000010 11 11101 0 1100010 11000 1001110 1100001 100111

Color Harmonies of #8AC203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC203

Black with #8AC203

Text Example


Text Example

White with #8AC203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,194,3); }

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

background-color css

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

 a { background-color: rgb(138,194,3); }

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

border-color css

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

 span { border-color: rgb(138,194,3); }

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