Html Css Color HEX #69CA4A Apple

📋 copy color: '#69CA4A'

red 105 ◦ green 202 ◦ blue 74

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

Shades of Apple #69CA4A

Tints of Apple #69CA4A

RGB

 RED value IS 105 (41.41% from 255) = 27.56%

 GREEN value IS 202 (79.3% from 255) = 53.02%

 BLUE value IS 74 (29.3% from 255) = 19.42%

R = 27.56%
G = 53.02%
B = 19.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#69CA4A (or 0x69CA4A) is known color: Apple. HEX triplet: 69, CA and 4A. RGB value is (105,202,74). Sum of RGB (Red+Green+Blue) = 105+202+74=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CA4A is #9635B5. Grayscale: #9E9E9E. Windows color (decimal): -9844150 or 4901481. OLE color: 4901481.

HSL color Cylindrical-coordinate representation of color #69CA4A: hue angle of 105.47º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69CA4A is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 105 202 74 -
CMYK 0.48 0 0.63 0.21
HSL 105.47º 0.55% 0.54% -
HSV(B) 105.47º 0.63% 0.79% -
XYZ 28.18 45.74 13.82 -
YUV 158.41 80.36 89.91 -
System Red Green Blue C M Y K H S L
Decimal 105 202 74 0.48 0 0.63 0.21 105.47 0.55 0.54
Hex 69 CA 4A 30 0 3F 15 69 37 36
Octal 151 312 112 60 0 77 25 151 67 66
Binary 1101001 11001010 1001010 110000 0 111111 10101 1101001 110111 110110

Color Harmonies of #69CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CA4A

Black with #69CA4A

Text Example


Text Example

White with #69CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69CA4A; }

 p { color: rgb(105,202,74); }

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

background-color css

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

 a { background-color: rgb(105,202,74); }

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

border-color css

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

 span { border-color: rgb(105,202,74); }

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