Html Css Color HEX #8ACD10 Citrus

📋 copy color: '#8ACD10'

red 138 ◦ green 205 ◦ blue 16

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

Shades of Citrus #8ACD10

Tints of Citrus #8ACD10

RGB

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

 GREEN value IS 205 (80.47% from 255) = 57.1%

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

R = 38.44%
G = 57.1%
B = 4.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#8ACD10 (or 0x8ACD10) is known color: Citrus. HEX triplet: 8A, CD and 10. RGB value is (138,205,16). Sum of RGB (Red+Green+Blue) = 138+205+16=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACD10 is #7532EF. Grayscale: #A4A4A4. Windows color (decimal): -7680752 or 1101194. OLE color: 1101194.

HSL color Cylindrical-coordinate representation of color #8ACD10: hue angle of 81.27º degrees, saturation: 0.86, 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 #8ACD10 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 205 16 -
CMYK 0.33 0 0.92 0.20
HSL 81.27º 0.86% 0.43% -
HSV(B) 81.27º 0.92% 0.8% -
XYZ 32.41 49.1 8.26 -
YUV 163.42 44.8 109.87 -
System Red Green Blue C M Y K H S L
Decimal 138 205 16 0.33 0 0.92 0.20 81.27 0.86 0.43
Hex 8A CD 10 21 0 5C 14 51 56 2B
Octal 212 315 20 41 0 134 24 121 126 53
Binary 10001010 11001101 10000 100001 0 1011100 10100 1010001 1010110 101011

Color Harmonies of #8ACD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACD10

Black with #8ACD10

Text Example


Text Example

White with #8ACD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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