Html Css Color HEX #8ACC10 Citrus

📋 copy color: '#8ACC10'

red 138 ◦ green 204 ◦ blue 16

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

Shades of Citrus #8ACC10

Tints of Citrus #8ACC10

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.98%

 BLUE value IS 16 (6.64% from 255) = 4.47%

R = 38.55%
G = 56.98%
B = 4.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#8ACC10 (or 0x8ACC10) is known color: Citrus. HEX triplet: 8A, CC and 10. RGB value is (138,204,16). Sum of RGB (Red+Green+Blue) = 138+204+16=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 204 (80.08% from 255 or 56.98% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACC10 is #7533EF. Grayscale: #A3A3A3. Windows color (decimal): -7681008 or 1100938. OLE color: 1100938.

HSL color Cylindrical-coordinate representation of color #8ACC10: hue angle of 81.06º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8ACC10 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 204 16 -
CMYK 0.32 0 0.92 0.2
HSL 81.06º 0.85% 0.43% -
HSV(B) 81.06º 0.92% 0.8% -
XYZ 32.17 48.63 8.18 -
YUV 162.83 45.13 110.29 -
System Red Green Blue C M Y K H S L
Decimal 138 204 16 0.32 0 0.92 0.2 81.06 0.85 0.43
Hex 8A CC 10 20 0 5C 14 51 55 2B
Octal 212 314 20 40 0 134 24 121 125 53
Binary 10001010 11001100 10000 100000 0 1011100 10100 1010001 1010101 101011

Color Harmonies of #8ACC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACC10

Black with #8ACC10

Text Example


Text Example

White with #8ACC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,204,16); }

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

background-color css

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

 a { background-color: rgb(138,204,16); }

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

border-color css

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

 span { border-color: rgb(138,204,16); }

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