Html Css Color HEX #8ACF00 Citrus

📋 copy color: '#8ACF00'

red 138 ◦ green 207 ◦ blue 0

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

Shades of Citrus #8ACF00

Tints of Citrus #8ACF00

RGB

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

 GREEN value IS 207 (81.25% from 255) = 60%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40%
G = 60%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#8ACF00 (or 0x8ACF00) is known color: Citrus. HEX triplet: 8A, CF and 00. RGB value is (138,207,0). Sum of RGB (Red+Green+Blue) = 138+207+0=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACF00 is #7530FF. Grayscale: #A3A3A3. Windows color (decimal): -7680256 or 53130. OLE color: 53130.

HSL color Cylindrical-coordinate representation of color #8ACF00: hue angle of 80º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8ACF00 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 207 0 -
CMYK 0.33 0 1 0.19
HSL 80º 1% 0.41% -
HSV(B) 80º 1% 0.81% -
XYZ 32.79 50.03 7.93 -
YUV 162.77 36.14 110.33 -
System Red Green Blue C M Y K H S L
Decimal 138 207 0 0.33 0 1 0.19 80 1 0.41
Hex 8A CF 0 21 0 64 13 50 64 29
Octal 212 317 0 41 0 144 23 120 144 51
Binary 10001010 11001111 0 100001 0 1100100 10011 1010000 1100100 101001

Color Harmonies of #8ACF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACF00

Black with #8ACF00

Text Example


Text Example

White with #8ACF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,207,0); }

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

background-color css

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

 a { background-color: rgb(138,207,0); }

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

border-color css

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

 span { border-color: rgb(138,207,0); }

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