Html Css Color HEX #AFF96D Sulu

📋 copy color: '#AFF96D'

red 175 ◦ green 249 ◦ blue 109

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

Shades of Sulu #AFF96D

Tints of Sulu #AFF96D

RGB

 RED value IS 175 (68.75% from 255) = 32.83%

 GREEN value IS 249 (97.66% from 255) = 46.72%

 BLUE value IS 109 (42.97% from 255) = 20.45%

R = 32.83%
G = 46.72%
B = 20.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#AFF96D (or 0xAFF96D) is known color: Sulu. HEX triplet: AF, F9 and 6D. RGB value is (175,249,109). Sum of RGB (Red+Green+Blue) = 175+249+109=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF96D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF96D is #500692. Grayscale: #D3D3D3. Windows color (decimal): -5244563 or 7207343. OLE color: 7207343.

HSL color Cylindrical-coordinate representation of color #AFF96D: hue angle of 91.71º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFF96D is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 109 -
CMYK 0.30 0 0.56 0.02
HSL 91.71º 0.92% 0.7% -
HSV(B) 91.71º 0.56% 0.98% -
XYZ 54.32 77.97 26.65 -
YUV 210.91 70.48 102.38 -
System Red Green Blue C M Y K H S L
Decimal 175 249 109 0.30 0 0.56 0.02 91.71 0.92 0.7
Hex AF F9 6D 1E 0 38 2 5C 5C 46
Octal 257 371 155 36 0 70 2 134 134 106
Binary 10101111 11111001 1101101 11110 0 111000 10 1011100 1011100 1000110

Color Harmonies of #AFF96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF96D

Black with #AFF96D

Text Example


Text Example

White with #AFF96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF96D; }

 p { color: rgb(175,249,109); }

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

background-color css

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

 a { background-color: rgb(175,249,109); }

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

border-color css

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

 span { border-color: rgb(175,249,109); }

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