Html Css Color HEX #8ACC12 Citrus

📋 copy color: '#8ACC12'

red 138 ◦ green 204 ◦ blue 18

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

Shades of Citrus #8ACC12

Tints of Citrus #8ACC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5%

R = 38.33%
G = 56.67%
B = 5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#8ACC12 (or 0x8ACC12) is known color: Citrus. HEX triplet: 8A, CC and 12. RGB value is (138,204,18). Sum of RGB (Red+Green+Blue) = 138+204+18=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 204 (80.08% from 255 or 56.67% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACC12 is #7533ED. Grayscale: #A3A3A3. Windows color (decimal): -7681006 or 1232010. OLE color: 1232010.

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

Color convert

RGB 138 204 18 -
CMYK 0.32 0 0.91 0.2
HSL 81.29º 0.84% 0.44% -
HSV(B) 81.29º 0.91% 0.8% -
XYZ 32.18 48.63 8.26 -
YUV 163.06 46.13 110.12 -
System Red Green Blue C M Y K H S L
Decimal 138 204 18 0.32 0 0.91 0.2 81.29 0.84 0.44
Hex 8A CC 12 20 0 5B 14 51 54 2C
Octal 212 314 22 40 0 133 24 121 124 54
Binary 10001010 11001100 10010 100000 0 1011011 10100 1010001 1010100 101100

Color Harmonies of #8ACC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACC12

Black with #8ACC12

Text Example


Text Example

White with #8ACC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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